quicktime.htmlHTMLudog„πùΔ§πùΔ§ÅÅ‘d Monkeybread Realbasic plugin - Documentation - QuickTime

MBS Plugin Documentation

This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.

This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.

The list of the themes Global methods by category Global methods by name The list of the classes The list of the controls

QuickTimeGetUsersConnectionSpeed as integer

global method, QuickTime Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Returns a code for the speed of the line.
Example: msgbox str(QuickTimeGetUsersConnectionSpeed)
Notes:
You get these values:

140014k Modem
280028k Modem
5600ISDN
11200Dual ISDN
25600DSL with 256 KBit/s
38400DSL with 384 KBit/s
51200DSL with 512 KBit/s
76800DSL with 768 KBit/s
100000DSL with 1 MBit/s
150000T1
&h7FFFFFFFInfiniteRate

if no rate is set the function returns 2800 for an 28k Modem.

QuickTimePoll

global method, QuickTime Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Gives CPU time to QuickTime to update movies.
Notes: Some people cry about missing performance on playing movies in RB. This function may help there. if you use threads it may be good to call it from time to time.

QuickTimePresent as boolean

global method, Quicktime So, 28. Apr 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Returns true if QuickTime is present.

QuickTimeSetUsersConnectionSpeed(newspeed as integer) as boolean

global method, QuickTime Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Sets the connection speed.
Notes:
See QuickTimeGetUsersConnectionSpeed for the rate codes.
This function returns true if it's successfull.

Contact

Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.

This resource fork intentionally left blank ˇˇ